I'm writing a simple quiz engine in PHP and supply the question text in this format question|correct/feedback|wrong/feedback|wrong/feedback There can be as man
I'm writing a mobile client app of RAD server using Delphi 11.1. I'm using TBackendAuth to do user login. Both login and logout work well. However, I found that
Can anyone explain why a popover within a container-fluid after a header element does not respect 'bottom' positioning? Note that it does when one either remove
I have built a FormInput component in react native by extending the textInput component. In the input container I have put a pressable x icon, so the user can c
I've seen this question pop up in multiple places, so sorry if this seems to be a copy. In angular I'm importing a JSON like import {domain, clientId} from '../
This is similar to Force CMake to use C++ compiler for C files with Visual Studio, but its not quite the same. Its not the same because a its CMake file causing
Since FragmentManager is deprecated now below code gives me an error: getFragmentManager().addOnBackStackChangedListener( new FragmentManager.OnBack
In the terminal (PowerShell) in Visual Studio Code, I'm trying to hit Ctrl+Backspace to delete last word, but it just adds ^W to end of the line, any ideas how
I am trying to create an Android mobile app primarily in Kotlin to track Covid-19 data. I am using retrofit to retrieve the API data. However when running the a